home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / ASM-SPAR.{_6 / CURRENT.H < prev    next >
C/C++ Source or Header  |  1999-09-17  |  154b  |  8 lines

  1. #ifndef _SPARC_CURRENT_H
  2. #define _SPARC_CURRENT_H
  3.  
  4. /* Sparc rules... */
  5. register struct task_struct *current asm("g6");
  6.  
  7. #endif /* !(_SPARC_CURRENT_H) */
  8.